home *** CD-ROM | disk | FTP | other *** search
/ Champak 25 / Volume 25 - JOGO DISK .iso / Games / elementalgame.swf / scripts / frame_14 / DoAction.as
Text File  |  2006-08-22  |  160b  |  10 lines

  1. stop();
  2. _root.hero_mc._y = 315;
  3. _root.hero_mc._x = 480;
  4. _root.exit_mc.gotoAndPlay(1);
  5. if(points <= 175)
  6. {
  7.    points = 165;
  8.    gotoAndStop("stage9");
  9. }
  10.